'宣言
Public MustInherit Class AnnotationLayer
(Of T As Class,
M As {New, AnnotationLayerModel},
A As AnnotationLayer(Of T,M,A))
Inherits Series(Of T,M,A)
public abstract class AnnotationLayer<T,M,A> : Series<T,M,A> where T: class where M: new(), AnnotationLayerModel where A: AnnotationLayer<T,M,A>
オンラインで表示: GitHub